github.com/klauspost/compress/zstd.encoderOptions.concurrent (field)
11 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L50: n := e.o.concurrent
encoder.go#L81: if e.o.concurrentBlocks && (e.o.dict != nil || e.o.concurrent <= 1) {
encoder.go#L91: if e.o.concurrent == 0 {
encoder.go#L94: e.encoders = make(chan encoder, e.o.concurrent)
encoder.go#L95: for i := 0; i < e.o.concurrent; i++ {
encoder.go#L129: if e.o.concurrent > 1 && !e.o.concurrentBlocks {
encoder.go#L361: if e.o.concurrent == 1 {
encoder_options.go#L18: concurrent int
encoder_options.go#L38: concurrent: runtime.GOMAXPROCS(0),
encoder_options.go#L97: if o.resetOpt && n != o.concurrent {
encoder_options.go#L100: o.concurrent = n
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |